home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Kant Generator Pro 1.2 / src / kode ƒ / kant build window.h < prev    next >
Text File  |  1995-02-10  |  1KB  |  19 lines

  1. void SetupTheBuildWindow(WindowPtr theWindow);
  2. void ShutDownTheBuildWindow(void);
  3. void OpenTheBuildWindow(WindowPtr theWindow);
  4. void IdleInBuildWindow(WindowPtr theWindow, Point mouseLoc);
  5. void KeyPressedInBuildWindow(WindowPtr theWindow, unsigned char theChar);
  6. Boolean MouseClickedInBuildWindow(WindowPtr theWindow, Point thePoint, Boolean dynamicScroll);
  7. void DisposeTheBuildWindow(WindowPtr theWindow);
  8. void CopybitsTheBuildWindow(WindowPtr theWindow, WindowPtr offscreenWindowPtr, Boolean active,
  9.     Boolean drawGrowIconLines);
  10. void DrawTheBuildWindow(WindowPtr theWindow, short theDepth);
  11. void ActivateTheBuildWindow(WindowPtr theWindow, Boolean drawGrowIconLines);
  12. void DeactivateTheBuildWindow(WindowPtr theWindow);
  13. void ResizeTheBuildWindow(WindowPtr theWindow);
  14. void GetGrowSizeTheBuildWindow(WindowPtr theWindow, Rect *sizeRect);
  15. short GetBuildHeaderHeight(void);
  16. void RememberBuildButtonState(WindowPtr theWindow);
  17. void UpdateBuildButtons(WindowPtr theWindow, Boolean onlyIfChanged);
  18. void SetBuildWindowTitle(Str255 theTitle);
  19.